Current File : //usr/lib/python3/dist-packages/twisted/plugins/__pycache__/cred_anonymous.cpython-312.pyc |
�
Ϫ�f� � � � d Z ddlmZ ddlmZ ddlmZ ddlmZ ddl m
Z
dZ ee
ej � G d� d � � Z
e
� Zy
)z#
Cred plugin for anonymous logins.
� )�implementer)�plugin��AllowAnonymousAccess)�
IAnonymous)�ICheckerFactoryzC
This allows anonymous authentication for servers that support it.
c �* � e Zd ZdZdZeZdZefZ dd�Z
y)�AnonymousCheckerFactoryzI
Generates checkers that will authenticate an anonymous request.
� anonymouszNo argstring required.c � � t � S )Nr )�self� argstrings �@/usr/lib/python3/dist-packages/twisted/plugins/cred_anonymous.py�generateCheckerz'AnonymousCheckerFactory.generateChecker"